home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Blue - MS DOS Public Domain Library
/
PC-Blue MS-DOS Public Domain Library - NYACC.iso
/
vol260
/
boosters.arc
/
FSTRHEAP.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1985-11-03
|
429 b
|
10 lines
{ -----------------------------------------
FSTRHEAP searches Page on the heap for
the first occurrence of S. If S found,
FstrHeap sets X,Y to the address of S[1].
If not found, X = 0.
----------------------------------------- }
Procedure FstrHeap ( Page : HeapBuf;
S : AnyString;
var X : ColumnType;
var Y : RowType ); external 'FstrHeap.com';